Expose _gdk_window_process_updates_recurse for backends
authorRichard Hult <richard@imendio.com>
Mon, 26 Jan 2009 18:12:54 +0000 (19:12 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:27 +0000 (10:15 +0200)
commit1ee03b35d0ce2396c51fec5a0361d5566b889dad
tree8b3568c054267c01ced56058047fc37192cff7e7
parent72d4403eed34c88c9922e01295884b4f9fb8d848
Expose _gdk_window_process_updates_recurse for backends

We use this in the added windowing function
_gdk_windowing_window_process_updates_recurse. The X11 implementation
just calls _gdk_window_process_updates_recurse directly, but at least
quartz will need to do some more work.
gdk/gdkinternals.h
gdk/gdkwindow.c
gdk/x11/gdkwindow-x11.c